projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb34ff5
)
GtkFontButton Trivial cleanup
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Jun 2014 15:59:55 +0000
(11:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:02 +0000
(13:31 -0400)
Replace GTK_PARAM_READABLE|GTK_PARAM_WRITABLE by GTK_PARAM_READWRITE.
gtk/gtkfontbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontbutton.c
b/gtk/gtkfontbutton.c
index e780e48b62a5cd345ce89096b9e2e7aa79d955cc..8e71331d56ae9f9b283da000b858b2a11556c6c9 100644
(file)
--- a/
gtk/gtkfontbutton.c
+++ b/
gtk/gtkfontbutton.c
@@
-441,8
+441,7
@@
gtk_font_button_class_init (GtkFontButtonClass *klass)
P_("Title"),
P_("The title of the font chooser dialog"),
_("Pick a Font"),
- (GTK_PARAM_READABLE |
- GTK_PARAM_WRITABLE)));
+ GTK_PARAM_READWRITE));
/**
* GtkFontButton:font-name:
@@
-457,8
+456,7
@@
gtk_font_button_class_init (GtkFontButtonClass *klass)
P_("Font name"),
P_("The name of the selected font"),
P_("Sans 12"),
- (GTK_PARAM_READABLE |
- GTK_PARAM_WRITABLE)));
+ GTK_PARAM_READWRITE));
/**
* GtkFontButton:use-font: